home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung / Power-Programmierung (Tewi)(1994).iso / magazine / progjour / 1991 / 02 / watcom / min.l < prev    next >
Text File  |  1990-12-21  |  516b  |  22 lines

  1. #
  2. #  Linker directive file for WATCOM linker, wlink.
  3. #
  4.  
  5. debug all
  6. format windows 
  7. file min.obj
  8. library mlibcew.lib
  9. library libw.lib
  10. option map
  11. option alignment=16
  12. option nodefaultlibs
  13. # noextendeddictsearch option is not necessary when using WLINK
  14. option modname=MIN
  15. # description option is not supported by WLINK
  16. segment class 'code' moveable discardable
  17. # use the WLINK segment keyword to set data segment attributes
  18. option manyautodata
  19. option heapsize=512
  20. option stack=5000
  21. export MinWndProc
  22.